Skip to content

Conversation

@sergeibbb
Copy link
Member

@sergeibbb sergeibbb commented Jul 30, 2025

Description

solves #4478

Checklist

  • I have followed the guidelines in the Contributing document
  • My changes follow the coding style of this project
  • My changes build without any errors or warnings
  • My changes have been formatted and linted
  • My changes include any required corresponding changes to the documentation (including CHANGELOG.md and README.md)
  • My changes have been rebased and squashed to the minimal number (typically 1) of relevant commits
  • My changes have a descriptive commit message with a short title, including a Fixes $XXX - or Closes #XXX - prefix to auto-close the issue that your PR addresses

@sergeibbb sergeibbb linked an issue Jul 30, 2025 that may be closed by this pull request
40 tasks
@sergeibbb sergeibbb changed the title Feature/4478 azure server Add Azure DevOps Server integration support Jul 30, 2025
@sergeibbb sergeibbb force-pushed the feature/4478-azure-server branch from a59ba2b to b03e0df Compare July 30, 2025 13:32
sergeibbb added a commit that referenced this pull request Jul 30, 2025
Replaces passing the entire remote object with passing only its provider when determining integration IDs. Simplifies function signatures and clarifies usage, reducing unnecessary coupling to the remote.
(#4478, #4516)
sergeibbb added a commit that referenced this pull request Jul 30, 2025
Introduces Azure DevOps Server as a supported integration in the launchpad, enabling proper display, button actions, and title labeling for repositories connected to self-hosted Azure DevOps instances.
Improves handling of integration IDs by prioritizing detection specific to the remote, ensuring accurate integration linkage for both cloud and self-managed scenarios.
(#4478, #4516)
sergeibbb added a commit that referenced this pull request Jul 30, 2025
sergeibbb added a commit that referenced this pull request Jul 30, 2025
1. users search criteria to list PRs related to the branch instead of
listing all
2. if there are no open PRs, then select a closed one
(#4478, #4516)
@sergeibbb sergeibbb marked this pull request as ready for review July 30, 2025 13:48
Copy link
Contributor

@axosoft-ramint axosoft-ramint left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM though I cannot test currently - we can verify once it's in

"dependencies": {
"@gitkraken/gitkraken-components": "13.0.0-vnext.8",
"@gitkraken/provider-apis": "0.28.5",
"@gitkraken/provider-apis": "0.29.6",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have we checked for any breaking changes between our old version and the new one? If there were, we should check all affected areas.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi @axosoft-ramint

I've reviewed changes that has happened in the the library from 0.28.5 to 0.29.6 and added corresponding section in Verification steps in the issue.

image

Also I've tested it briefly and hasn't found any obvious problems.

sergeibbb added a commit that referenced this pull request Aug 5, 2025
Replaces passing the entire remote object with passing only its provider when determining integration IDs. Simplifies function signatures and clarifies usage, reducing unnecessary coupling to the remote.
(#4478, #4516)
sergeibbb added a commit that referenced this pull request Aug 5, 2025
Introduces Azure DevOps Server as a supported integration in the launchpad, enabling proper display, button actions, and title labeling for repositories connected to self-hosted Azure DevOps instances.
Improves handling of integration IDs by prioritizing detection specific to the remote, ensuring accurate integration linkage for both cloud and self-managed scenarios.
(#4478, #4516)
sergeibbb added a commit that referenced this pull request Aug 5, 2025
@sergeibbb sergeibbb force-pushed the feature/4478-azure-server branch from dbabcac to a1d5f78 Compare August 5, 2025 12:58
sergeibbb added a commit that referenced this pull request Aug 5, 2025
1. users search criteria to list PRs related to the branch instead of
listing all
2. if there are no open PRs, then select a closed one
(#4478, #4516)
sergeibbb added a commit that referenced this pull request Aug 6, 2025
Replaces passing the entire remote object with passing only its provider when determining integration IDs. Simplifies function signatures and clarifies usage, reducing unnecessary coupling to the remote.
(#4478, #4516)
Introduces Azure DevOps Server as a supported integration in the launchpad, enabling proper display, button actions, and title labeling for repositories connected to self-hosted Azure DevOps instances.
Improves handling of integration IDs by prioritizing detection specific to the remote, ensuring accurate integration linkage for both cloud and self-managed scenarios.
(#4478, #4516)
@sergeibbb sergeibbb force-pushed the feature/4478-azure-server branch from a286d61 to ec487c3 Compare August 6, 2025 18:09
@sergeibbb sergeibbb merged commit 904bd6a into main Aug 6, 2025
3 checks passed
sergeibbb added a commit that referenced this pull request Aug 6, 2025
Replaces passing the entire remote object with passing only its provider when determining integration IDs. Simplifies function signatures and clarifies usage, reducing unnecessary coupling to the remote.
(#4478, #4516)
sergeibbb added a commit that referenced this pull request Aug 6, 2025
Introduces Azure DevOps Server as a supported integration in the launchpad, enabling proper display, button actions, and title labeling for repositories connected to self-hosted Azure DevOps instances.
Improves handling of integration IDs by prioritizing detection specific to the remote, ensuring accurate integration linkage for both cloud and self-managed scenarios.
(#4478, #4516)
sergeibbb added a commit that referenced this pull request Aug 6, 2025
sergeibbb added a commit that referenced this pull request Aug 6, 2025
1. users search criteria to list PRs related to the branch instead of
listing all
2. if there are no open PRs, then select a closed one
(#4478, #4516)
@sergeibbb sergeibbb deleted the feature/4478-azure-server branch August 6, 2025 18:14
wlnxing pushed a commit to wlnxing/vscode-gitlens that referenced this pull request Aug 19, 2025
wlnxing pushed a commit to wlnxing/vscode-gitlens that referenced this pull request Aug 19, 2025
Replaces passing the entire remote object with passing only its provider when determining integration IDs. Simplifies function signatures and clarifies usage, reducing unnecessary coupling to the remote.
(gitkraken#4478, gitkraken#4516)
wlnxing pushed a commit to wlnxing/vscode-gitlens that referenced this pull request Aug 19, 2025
Introduces Azure DevOps Server as a supported integration in the launchpad, enabling proper display, button actions, and title labeling for repositories connected to self-hosted Azure DevOps instances.
Improves handling of integration IDs by prioritizing detection specific to the remote, ensuring accurate integration linkage for both cloud and self-managed scenarios.
(gitkraken#4478, gitkraken#4516)
wlnxing pushed a commit to wlnxing/vscode-gitlens that referenced this pull request Aug 19, 2025
wlnxing pushed a commit to wlnxing/vscode-gitlens that referenced this pull request Aug 19, 2025
wlnxing pushed a commit to wlnxing/vscode-gitlens that referenced this pull request Aug 19, 2025
wlnxing pushed a commit to wlnxing/vscode-gitlens that referenced this pull request Aug 19, 2025
1. users search criteria to list PRs related to the branch instead of
listing all
2. if there are no open PRs, then select a closed one
(gitkraken#4478, gitkraken#4516)
wlnxing pushed a commit to wlnxing/vscode-gitlens that referenced this pull request Aug 19, 2025
wlnxing pushed a commit to wlnxing/vscode-gitlens that referenced this pull request Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ADO Server integration support

2 participants